You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > GetCol Method > TVec.GetCol Method ([In] TMtx, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.GetCol Method ([In] TMtx, int, int, int)

Copy the Col-th column elements [Row]..[Row+Len-1] to calling vector.

Syntax
C#
Visual Basic
public TVec GetCol([In] TMtx Mtx, int Row, int Col, int Len);

The Length and TMtxVec.ComplexComplexproperties of calling vector are adjusted automatically. An exception is raised if condition checking is enabled and column array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!